/* general colors */
a {color:orange;}
body {background:#ededed; color:#333; font-family: 'Almarai', sans-serif; }
button {background:transparent;}
input, textarea, .post_input_container { background: #f6f6f6; border: 1px solid #d0cece !important; transition: border 0.2s ease; }
input:focus, textarea:focus, .post_input_container:focus-within {
border: 1px solid #666 !important;
}
.setdef { color:#333; }

/* item with background no effect */
.bback { background:rgb(0,0,0,0.05); }

/* item with background no effect with border */
.bbackb { background:rgb(0,0,0,0.05); border:1px solid rgb(0,0,0,0.08); }

/* item with no background and hover effect */
.bhover:hover, .bhoverr:hover { background:rgb(0,0,0,0.05); }

/* item with background and hover effect */
.bbackhover { background:rgb(0,0,0,0.05); }
.bbackhover:hover { background:rgb(0,0,0,0.025); }

/* item width background and hover effect with a border */
.bbackhoverb { background:rgb(0,0,0,0.05); }
.bbackhoverb:hover { background:rgb(0,0,0,0.025); border:1px solid rgb(0,0,0,0.08); }

/* item with no background with line separator and hover effect */
.blisting { border-bottom: 1px solid rgb(0 0 0 / 11%); }
.blisting:hover { background: rgb(0,0,0,0.05); }

/* item with no background with line separator */
.blist { border-bottom: 1px solid rgb(0,0,0,0.08); }

/* private panel top */
.back_ptop { background:#673ab7; color:#fff; }

/* page menu & page sub menu */
.bpmenu:hover { background: rgb(255,255,255,0.1); }
.bsub { background:rgb(0,0,0,0.1); }
.bsub:hover { background:rgb(0,0,0,0.2); }

/* sub menus for card, logs, wall, news */
.bmenu, .submenu { border-bottom:1px solid rgb(0,0,0,0.05); }
.bmenu:hover, .submenu:hover { background:rgb(0,0,0,0.05); }

/* box shadow */
.bshadow, .page_element, .float_menu, .btnshadow, .pboxed { box-shadow:0 1px 3px rgb(0,0,0,0.2); }

/* main item selected for panel and box */
.bselected { background:rgb(0,0,0,0.08); }

/* reg menu selected item */
.rselected { background:rgb(0,0,0,0.08); }

/* page selected */
.pselected { color:#03add8; }

/* current item selected */
.cselected, .liked { background:rgb(0,0,0,0.05); }

/* paginate item selected */
.pag_btn { background:rgb(0,0,0,0.05); color:#666; }
.pagselected, .pag_btn:hover { background:rgb(0,0,0,0.10); }

/* count and gold tag */
.gtag { background:#fff; border:1px solid rgb(0,0,0,0.08); }

/* border color for separator and items border */
.bborder { border-bottom: 1px solid rgb(0, 0, 0, 0.08); background: #edededc9; }
.tborder { border-top:1px solid rgb(0,0,0,0.08); }
.lborder, .ppanel { border-left:1px solid rgb(0,0,0,0.08); }
.rborder { border-right:1px solid rgb(0,0,0,0.08); }
.fborder { border:1px solid rgb(0,0,0,0.08); }

/* float top color */
.float_top { border-bottom: 1px solid rgb(0, 0, 0, 0.08); background: #edededc9; }
.float_ctop { border-bottom: 1px solid rgb(0, 0, 0, 0.08); background: #edededc9; }

/* headers colors and top box colors */
.bhead {background: #673ab7;color:#fff;}
.modal_top { background:#222; color:#fff; }
.pro_top { background:#673ab7; color:#fff; }
.bfoot {background: #ffffff;color: #5b5b5b;box-shadow: var(--tw-ring-offset-shadow, 0 0 #aa4040fc), var(--tw-ring-shadow, 0 0 #000000), var(--tw-shadow);}
.foot { background:#222; color:#fff; }

/* background major element panel, page menu, float menu, modal, chat boxes */
.backglob { background:#fff; }
.back_chat { background:#fff; }
.back_priv {background:#fff;border-radius: 10px 10px 0px 0px;}
.back_panel { background:#fff; }
.back_menu { background:#fff; }
.back_pmenu { background:#292929; color:#fff; }
.back_box { background:#fff; }
.back_input { background:#fff; border-top:1px solid rgb(0,0,0,0.08); }
.back_modal { background:#fff; }
.page_element { background:#fff; }
.back_quote { background:#fff; }

/* main theme color */
.theme_color {color: #825ec2;}
.default_color { color:#222; }
.error  { color:red; }
.success { color:#74b20e; }
.warn { color:orange; }

/* button colors */
.theme_btn, .back_theme { background:#03add8; color:#fff; font-family: 'Almarai', sans-serif; }
.default_btn, .back_default { background:#222; color:#fff; font-family: 'Almarai', sans-serif; }
.defaultd_btn { background:#333; color:#fff; font-family: 'Almarai', sans-serif; }
.ok_btn { background:#74b20e; color:#fff; font-family: 'Almarai', sans-serif; }
.warn_btn { background:orange; color:#fff; font-family: 'Almarai', sans-serif; }
.delete_btn { background:#cc0000; color:#fff; font-family: 'Almarai', sans-serif; }
.send_btn { font-family: 'Almarai', sans-serif; color: #ffffff; border-radius: 100px; background: #673AB7; }

/* default username color */
.user { color:#333; }

/* chat system messsage text color */
.chat_system { color:#999; }

/* opacity for offline users in list */
.offline { opacity:0.5; }

/* menu icon */
.menui { color:#764cca; }
.subi { color:#5f38b2; }

/* wall reply background */
.reply_item { background:#f6f6f6; }

/* main post item option wall and news */
.main_post_item { color:rgb(0,0,0,0.5); }

/* input option background colors */
.input_item {color: #707070;border: solid 1px #dfdada;border-radius: 100px;}

/* private log bubble colors */
.target_private, .hunt_quote {color:#ffffff; background: linear-gradient(135deg, #4e0dc1, #7646e0); border-radius: 10px 0 10px 10px; }
.hunter_private, .targ_quote {color:#000000; background:#ededed; border-radius: 0 10px 10px; }

/* quote in chat background */
.cquote {background: rgb(255 255 255 / 5%) !important;border: solid 1px #5d38b0;width: 100%; line-height: 20px; border-left: solid 4px #6038b1; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);}
.cquote::before {
    font-family: "Font Awesome 6 Free"; /* خط Font Awesome */
    content: "\f10d"; /* كود أيقونة "اقتباس" (fa-quote-left) */
    font-weight: 900; /* للأيقونات الصلبة (Solid) */
    position: absolute;
    left: 10px; /* المسافة من اليسار */
    top: 50%; /* توسيط عمودي */
    transform: translateY(-50%);
    color: #e7d9ff; /* لون الأيقونة */
    font-size: 20px; /* حجم الأيقونة */
}

.cqname { color:#000; }
.cqmess { color:#666; }

/* tab menu */
.tab_menu { background:#fff; box-shadow:0 1px 3px rgb(0,0,0,0.2); }
.tab_menu_item { }
.tab_selected { background:rgb(0,0,0,0.08); }

/* modal menu */
.modal_mback { background: rgb(0, 0, 0, 0.04); box-shadow: #c7c7c78c 0px 3px 12px 0px; border-bottom: solid 1px #e1e1e1; }
.modal_mborder { border-bottom: 1px solid rgb(0,0,0,0.08); }
.modal_selected { background: #673ab7; border: solid 2px #673ab7; color: #ffffff; box-shadow: inset #481f91 1px 1px 10px 1px; }

/* back transparency background for modal box */
.modal_back { background-color:rgba(0,0,0,0.4); }

/* chat logs */
.log2 { background:rgb(0,0,0,0.028); }
.topic_log {color: #ffffff;border-radius: 10px;background: radial-gradient(circle at 10% 20%, rgba(93, 55, 175, 0.8) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.2) 0%, transparent 25%), linear-gradient(135deg, #5d37af 0%, #6e45c1 25%, #7f53d3 50%, #9061e5 75%, #a16ff7 100%);background-blend-mode: overlay;background-size: 200% 200%;margin-bottom: 10px;margin-top: 5px;}
.sys_log { }

/* upload progress */
.bprogress { background:#74b20e; color:#fff; }

/* notification colors */
.bnotify { background:red; color:#fff; }
.foot_notify, .head_notify {}

/* date colors */
.sub_date { color:#888; }
.sub_chat, .sub_priv { color:#ccc; }

/* secondary text color */
.sub_text, .list_mood { color:#5c5c5c; }

/* profile likes */
.plikes { background-color: rgb(255 255 255 / 30%); color: #fff; box-shadow: #0000001a -1px 4px 4px 0px; }

/* spinner color */
.bspin { color:rgb(0,0,0,0.3); }

/* special chat item */
.my_notice {color:#fff;background: #673AB7;font-weight: bold;}
.system_text { background:#ededed; color:#666; }

/* outside pages background */
.back_page { background:#222; color:#fff; }

/* video background color */
.post_video { background:rgb(0,0,0,1); }

/* slider */
.boom_slider .ui-widget-content { background: #ededed; }
.boom_slider .ui-state-default { background: #999 !important; }
.boom_slider .ui-state-active { background: #999 !important; }
.boom_slider .ui-slider-range { background:#ccc; }

/* select input color */
.selectboxit-list, .selectboxit-btn { background-color: #f6f6f6; color:#666;  border:1px solid #e6e6e6 !important; }
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor { background-color: #ededed; color:#666; }
.selectboxit-default-arrow { border-top: 4px solid #666; }
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active { background:#f6f6f6; color:#666; }
.selectboxit-options { background:#fff; border:1px solid #ccc; }
.selectboxit-list .selectboxit-option-anchor { color:#666; }

/* header */
.head_option1 {
    display: table-cell;
    width: 45px;
    height: 50px;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: rgb(255 255 255 / 0) linear-gradient(117deg,#00bcd4,#ff8100) repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: #15268296 1px 0 9px 0;
    font-family: 'Almarai', sans-serif;
}

.head_option2 {
    display: table-cell;
    width: 45px;
	height: 50px;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: rgb(255 255 255 / 0) linear-gradient(117deg,#ff7ba8,#e91e63) repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: #15268296 1px 0 9px 0;
    font-family: 'Almarai', sans-serif;
}

.head_option3 {
    display: table-cell;
    width: 45px;
	height: 50px;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: rgb(255 255 255 / 0) linear-gradient(117deg,#47dfff,#0094c1) repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: #15268296 1px 0 9px 0;
    font-family: 'Almarai', sans-serif;
}

.head_option4 {
    display: table-cell;
    width: 45px;
	height: 50px;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: rgb(255 255 255 / 0) linear-gradient(117deg, #ffd147, #ff8100) repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: #15268296 1px 0 9px 0;
    font-family: 'Almarai', sans-serif;
}

.head_option5 {
    display: table-cell;
    width: 45px;
    height: 50px;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: rgb(255 255 255 / 0) linear-gradient(117deg, #b8ff42, #4caf50) repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: #15268296 1px 0 9px 0;
    font-family: 'Almarai', sans-serif;
}

.head_option6 {
    display: table-cell;
    width: 45px;
	height: 50px;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: rgb(255 255 255 / 0) linear-gradient(117deg, #10ff1a, #00ad07) repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: #15268296 1px 0 9px 0;
    font-family: 'Almarai', sans-serif;
	
}


.head_option7 {
    display: table-cell;
    width: 45px;
    height: 50px;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: rgb(255 255 255 / 0) linear-gradient(117deg, #fff0d0, #ff2e1f) repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: #15268296 1px 0 9px 0;
    font-family: 'Almarai', sans-serif;
}


.head_option8 {
    display: table-cell;
    width: 45px;
    height: 50px;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: #15268296 1px 0 9px 0;
    font-family: 'Almarai', sans-serif;
    background: linear-gradient(330deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
}


.head_option9 {
    display: table-cell;
    width: 45px;
    height: 50px;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: #15268296 1px 0 9px 0;
    font-family: 'Almarai', sans-serif;
    
rgb(255 255 255 / 0) linear-gradient(117deg,#ff7ba8,#e91e63)
    repeat scroll 0 CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    background: rgb(255 255 255 / 0) linear-gradient(117deg, #ff7ba8, #e91e63) repeat scroll 0 0;
}

.ch_logs {
    padding: 8px 5px 15px 5px;
    word-wrap: break-word;
    display: table;
    width: 100%;
    table-layout: fixed;
    max-width: 100%;
    overflow: hidden;
    cursor: pointer;
    border: solid 1px #efefef;
    border-radius: 10px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.profile_info_registerGuest {
    background: #31b736;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    font-weight: bolder;
}

.chat_message_topic {
    margin-top: 10px;
    border-top: solid 1px #adabab;
    padding-top: 8px;
    font-size: 14px;
    line-height: 1.4;
}

.topic_title {
    display: table-cell;
    vertical-align: middle;
    background: #c7fef9;
    border-radius: 10px;
    padding: 5px;
    box-shadow: #fff 3px 3px 0 0;
	line-height: 1.4;
}

button.rules-button {
    background: #ffcc33;
    border-radius: 5px;
    padding: 5px;
    margin-top: 8px;
    width: auto;
    height: auto;
    font-family: 'Almarai', sans-serif;
    text-align: center;
    font-size: 14px;
}




.post_content {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
    word-wrap: break-word !important;
    font-weight: 400 !important;
    border-radius: 0px 0px 0px 0px !important;
    border-left: 1px solid #e0e0e0 !important;
    border-right: 1px solid #e0e0e0 !important;
    padding: 10px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.post_title {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
    border-left: 1px solid #e0e0e0 !important;
    border-radius: 10px 10px 0px 0px !important;
    border-right: 1px solid #e0e0e0 !important;
    border-top: 1px solid #e0e0e0 !important;
    padding: 10px !important;
    background: linear-gradient(181deg, #e3fffd, #ffffff) !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.pad20 {
    padding: 10px !important;
    visibility: visible !important;
    opacity: 1 !important;
}



.room_element.room_celem.blisting {
    border-bottom: 1px solid rgb(0 0 0 / 11%);
    background: #f6f6f6c4;
    transition: border 0.2s ease;
    border-radius: 10px;
    margin-top: 5px;
}

.bborder_menu { border-bottom: 1px solid rgb(0, 0, 0, 0.08); }